FindRowWithCellTextInColumn(String,UInt32) Method
Returns the first row in a column that contains the specified text, by column index.

C# Syntax

ITableRow<T> FindRowWithCellTextInColumn( 
   string text,
   uint columnIndex
)

Parameters

text
The The text to search for.
columnIndex
The 1-based index of the column to search.

Return Value

The row. Null if text not found.